home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PRuleBelow.h --------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PRuleBelow__
- #define __PRuleBelow__
-
-
- #include "PMTypes.h"
-
- class PGetRuleBelow;
-
- class PRuleBelow
- {
-
- public:
-
- PRuleBelow
- ( PMBool bRuleOn,
- short cStyle,
- const char * sLineColor,
- short cLineWidth,
- long xLeftIndent,
- long xRightIndent,
- short dWeight,
- short bOpaque,
- short nLineTint = -2 );
-
- PRuleBelow(const PGetRuleBelow& ruleInfo);
-
- private:
-
- PRuleBelow();
- };
-
- #endif
-
- // end of PRuleBelow.h
-